-
Notifications
You must be signed in to change notification settings - Fork 769
[SYCL] Provide _invalid_parameter
symbol in device code on Windows
#18400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs a test that would be failing without this PR.
Accompanying test-only PR in #18426 |
_invalid_parameter
as SYCL_EXTERNALstl_wrappers/corecrt.h
to provide _invalid_parameter
in device code
This reverts commit 5a167e8.
@intel/llvm-gatekeepers PR should be ready for merge, failures are unrelated to changes. Thanks! |
@intel/llvm-gatekeepers friendly ping |
In future when there are test failures like this please check for the test names in the issue list and link to relevant issues in the comment which tags the gatekeepers to justify why the failed checks are be ignored. For example there is #18416 to track the failures you have here. Doing this will make gatekeeper job easier. Thanks. |
@ianayl @aelovikov-intel It looks like the https://github.com/intel/llvm/actions/runs/14999424550/job/42152662548
|
I've created #18458 to track this issue and will XFAIL the test. |
Failure introduced by intel#18400 and tracked in intel#18458.
Post-commit failure introduced by intel#18400 and tracked in intel#18458.
Provides a fix for #18426: Provides symbols necessary for
std::array
to work in device code in debug mode on Windows.